Q3InterpolationStyle_Get
You can use theQ3InterpolationStyle_Get
function to get the interpolation style value of an interpolation style.
TQ3Status Q3InterpolationStyle_Get ( TQ3StyleObject interpolationObject, TQ3InterpolationStyle *interpolationStyle);
interpolationObject
- An interpolation style object.
interpolationStyle
- On exit, a pointer to the interpolation style value of the specified interpolation style object.
DESCRIPTION
TheQ3InterpolationStyle_Get
function returns, in theinterpolationStyle
parameter, a pointer to the current interpolation style value of the interpolation style object specified by theinterpolationObject
parameter.